From 9ff0c4e8b209d65140daece42abe1ca3a0f4ae2e Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 12 Jul 2006 13:17:29 +0000 Subject: [PATCH] (Fdefine_fringe_bitmap): Cleanup wrong_type_argument use. --- src/fringe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fringe.c b/src/fringe.c index a94f203c944..033832f7bb6 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1423,7 +1423,7 @@ If BITMAP already exists, the existing definition is replaced. */) else if (VECTORP (bits)) h = XVECTOR (bits)->size; else - bits = wrong_type_argument (Qsequencep, bits); + wrong_type_argument (Qsequencep, bits); if (NILP (height)) fb.height = h; -- 2.30.2